home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / DIZ2EXE.ZIP / DIZ2EXE.TXT < prev    next >
Text File  |  1998-12-24  |  3KB  |  65 lines

  1. DIZ2EXE for Windows NT/95/98
  2. Copyright (c)1998 Olan Patrick Barnes
  3. All rights reserved.
  4.  
  5. PERMISSION OF USE AND LICENSE AND COPYRIGHT NOTICE
  6. --------------------------------------------------
  7.         This software is freeware and may be used for any purpose,
  8. commercial or otherwise.  The executable file created by this software
  9. becomes the property of whoever created the executable with DIZ2EXE and
  10. may be used without royalty for any purpose.  No fees of any manner may
  11. be charged for the use, sale, or distribution of DIZ2EXE software,
  12. except for the reasonable reimbursement of costs such as disks and
  13. postage.
  14.  
  15. DIZ2EXE IS FREE SOFTWARE.  LIKE ALL FREE SOFTWARE,  DIZ2EXE
  16. AND ITS OUTPUT ARE PROVIDED AS IS AND COME WITH NO WARRANTY
  17. OF ANY KIND EITHER EXPRESSED OR IMPLIED.   IN NO EVENT WILL
  18. THE  COPYRIGHT  HOLDERS BE LIABLE FOR ANY DAMAGES RESULTING
  19. FROM THE USE OF THIS SOFTWARE.
  20.  
  21.  
  22. ABOUT
  23. -----
  24.         DIZ2EXE is a utility that allows you to convert single screen 
  25. page text files (80 characters x 25 characters) to an executable 
  26. program.  The reason this program is called DIZ2EXE is a text file of
  27. this type is often referred to as a DIZ file (short for description).
  28. The program created by DIZ2EXE is a Win32 Windows program.  The program
  29. generated will not run in DOS mode since windows is required; the
  30. output created is designed for the native windows environment.
  31.  
  32. USEAGE
  33. ------
  34.         DIZ2EXE is a console program (even though its output is a pure 
  35. windows style program).  Thus, put DIZ2EXE in your path or in a 
  36. directory in which you intend to use it.  You run DIZ2EXE from the 
  37. command line.  Below is an example of its use:
  38.  
  39.         DIZ2EXE hello.diz hello.exe
  40.  
  41. The first parameter (hello.diz) is the name of the .DIZ file (or any 
  42. text file type document such as a .TXT file) to be converted to an 
  43. executable.  The second parameter (hello.exe) is the name of the 
  44. executable to be created.  DIZ2EXE does not automatically add any 
  45. extensions (i.e. .DIZ, .TXT, .EXE), so youÆll have to make sure you use 
  46. them.  Once the executable is created, you can run that executable file 
  47. like any other program.  Below is another example:
  48.  
  49.     DIZ2EXE read.me readme.exe
  50.  
  51. Again, the first parameter (read.me) is the name of the text file to be 
  52. converted.  The second parameter is the name of the executable to be 
  53. created.  This example will make a file called README.EXE.
  54.  
  55. CONTACT INFORMATION
  56. -------------------
  57. Program/Software:  DIZ2EXE for Win32
  58. Last Version:      1.0
  59. Author:            Olan Patrick Barnes
  60. Email Address:     opbarnes@concentric.net
  61. Homepage:          http://www.concentric.net/~Opbarnes/diz2exe
  62.  
  63.  
  64.  
  65.